Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
insertion sort
A sorting algorithm that inserts each item in
the proper place into an initially empty list by comparing it
with each item in the list until it finds the new element's
successor or the end of the list.
Compare bubble sort.
(1997-02-12)